feat: bump the dev-dependencies group across 1 directory with 3 updates - #301
Closed
dependabot[bot] wants to merge 1 commit into
Closed
feat: bump the dev-dependencies group across 1 directory with 3 updates#301dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the dev-dependencies group with 3 updates in the / directory: [faker](https://github.com/joke2k/faker), [types-pytz](https://github.com/python/typeshed) and [ruff](https://github.com/astral-sh/ruff). Updates `faker` from 40.31.0 to 40.36.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v40.31.0...v40.36.0) Updates `types-pytz` from 2026.2.0.20260518 to 2026.3.1.20260727 - [Commits](https://github.com/python/typeshed/commits) Updates `ruff` from 0.15.22 to 0.16.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.22...0.16.1) --- updated-dependencies: - dependency-name: faker dependency-version: 40.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: types-pytz dependency-version: 2026.3.1.20260727 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/dev-dependencies-65b9664861
branch
from
August 9, 2026 02:07
44eba9c to
4bb7e0c
Compare
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dev-dependencies group with 3 updates in the / directory: faker, types-pytz and ruff.
Updates
fakerfrom 40.31.0 to 40.36.0Release notes
Sourced from faker's releases.
Changelog
Sourced from faker's changelog.
Commits
62d5a6aBump version: 40.35.0 → 40.36.009c254a📝 Update CHANGELOG.mdce45ebdfix(uk_UA): correct bban_format to 6 digits + 19 letters so iban() is valid (...8ad78a6Merge pull request #2434 from joke2k/joke2k-security-mdce3d3b1Add SECURITY.md to the manifest fileac535cfRevise security policy for clarity and updates4b7d4d7💄 Lint code2e83f45Bump version: 40.34.0 → 40.35.0b1caba1📝 Update CHANGELOG.md706aaca💄 Lint codeUpdates
types-pytzfrom 2026.2.0.20260518 to 2026.3.1.20260727Commits
Updates
rufffrom 0.15.22 to 0.16.1Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
80790b3Bump 0.16.1 (#27330)63830f3[ty] Borrow from constraint set storage less often (#27328)f40dca9[ty] Preserve forwarded expanded-variadic diagnostic sources (#27266)0d80497Lint TOML files in the LSP (#26862)d91586bUpdate prek dependencies (#27293)7da4b8b[ty] Respect bounds and constraints in generic materializations (#27228)b20daf7[ty] refactor: add helper function to send partial results (#27249)4d4c8fa[ty] Emit diagnostic when specializing a non-generic class (#26883)7c3e2db[ty] Fix enum class container assignability (#27318)d5ef97f[flake8-return] Fix false positive when variable is read infinallyclaus...